home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D World 48
/
3D World CD Interactive Issue 48 (3DWi48) (2003).iso
/
pc
/
qa1.dir
/
00049_Script_roller2
< prev
next >
Wrap
Text File
|
2003-12-22
|
703b
|
33 lines
on roller2
if rollOver (7) then
set the visible of sprite 4 = false
set the visible of sprite 5 = true
set the visible of sprite 6 = true
else if rollOver (8) then
set the visible of sprite 4 = true
set the visible of sprite 5 = false
set the visible of sprite 6 = true
else if rollOver (9) then
set the visible of sprite 4 = true
set the visible of sprite 5 = true
set the visible of sprite 6 = false
else if rollOver () then
set the visible of sprite 4 = true
set the visible of sprite 5 = true
set the visible of sprite 6 = true
end if
end